home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / pwrtcp11.exe / ABSTRAC1.TX_ / ABSTRAC1.bin
Text File  |  1994-12-21  |  566b  |  9 lines

  1. EchoC: Demonstrates echoing through the use of the PowerTCP TCP DLL. Compiled using Visual C++ version 1.51 and 2.0.
  2.  
  3. Echos back all data received on the standard echo port (number 7). When Echo is started, it will automatically begin listening for connections. 
  4.  
  5. When a connection is made, Echo will send back the same data it receives. If a remote computer tries to connect when a connection with another computer already exists, then the first connection is closed and the new connection is created.
  6.  
  7. Echo stops listening when the application is closed.
  8.  
  9.